home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DBXDrag.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: DBXDrag.pas
- //----------------------------------------------------------------------------
- #ifndef DBXDragHPP
- #define DBXDragHPP
- //----------------------------------------------------------------------------
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Classes.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Dbxdrag
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDBXDataDragObject;
- class __declspec(pascalimplementation) TDBXDataDragObject : public Controls::TDragControlObject
- {
- typedef Controls::TDragControlObject inherited;
-
- private:
- System::ShortString FDatabase;
- System::ShortString FDataset;
- System::ShortString FColumn;
-
- public:
- __fastcall TDBXDataDragObject(Controls::TControl* AControl, const System::AnsiString ADatabase, const System::AnsiString
- ADataset, const System::AnsiString AColumn);
- __property System::ShortString Column = {read=FColumn};
- __property System::ShortString Database = {read=FDatabase};
- __property System::ShortString Dataset = {read=FDataset};
- public:
- /* TObject.Destroy */ __fastcall virtual ~TDBXDataDragObject(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Dbxdrag */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbxdrag;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBXDrag
-